home *** CD-ROM | disk | FTP | other *** search
/ Enter 2003 April / EnterCD 4_2003.iso / Multimedia / AlbumCreator 2.5 / AC2.exe / a1.swf / scripts / frame_9 / DoAction_2.as next >
Encoding:
Text File  |  2002-11-25  |  163 b   |  10 lines

  1. _root.imdescription = _root.images[0].desc;
  2. i = 0;
  3. while(i < images.length)
  4. {
  5.    _root["t" + i].myinvisible = 0;
  6.    i++;
  7. }
  8. image._visible = true;
  9. stop();
  10.